home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gfilename, gbookname, gface, gfacecastnum
- put gfilename into field "QTName"
- sound stop 2
- set the fileName of cast gfacecastnum to "F" & gfilename & ".PCT"
- if gbookname = "BASIC" then
- puppetSound("BGM-1_11025")
- else
- if gbookname = "DAILY" then
- puppetSound("BGM-3_11025")
- else
- if gbookname = "MOVING" then
- puppetSound("BGM-2_11025")
- end if
- end if
- end if
- miniqtslider(88, 64)
- end
-